home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / aj.xml < prev    next >
Text File  |  2002-09-06  |  945b  |  36 lines

  1. <search function="aj">
  2.   <name>Ask Jeeves</name>
  3.   <description>
  4.     Jeeves answers questions written in the common question format.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>aj Why is the sky blue</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Search the Web</category>
  11.   <link>http://www.askjeeves.com/</link>
  12.   <form name="ajf"
  13.         action="http://www.askjeeves.com/main/askjeeves.asp"
  14.         method="post">
  15.     <input type="hidden" name="ask"/>
  16.   </form>
  17.   <script><![CDATA[
  18.     function aj(q)
  19.     {
  20.       if( nullArgs("aj", q) )
  21.         return false;
  22.       else
  23.       {
  24.         document.ajf.ask.value = q;
  25.         submitForm(ajf);
  26.       }
  27.     }
  28.   ]]></script>
  29.  
  30.   <copyright>
  31.     Copyright (c) 2002 David Bau
  32.     Distributed under the terms of the
  33.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  34.   </copyright>
  35. </search>
  36.